data compression protocol - translation to Αγγλικά
Diclib.com
Λεξικό ChatGPT
Εισάγετε μια λέξη ή φράση σε οποιαδήποτε γλώσσα 👆
Γλώσσα:

Μετάφραση και ανάλυση λέξεων από την τεχνητή νοημοσύνη ChatGPT

Σε αυτήν τη σελίδα μπορείτε να λάβετε μια λεπτομερή ανάλυση μιας λέξης ή μιας φράσης, η οποία δημιουργήθηκε χρησιμοποιώντας το ChatGPT, την καλύτερη τεχνολογία τεχνητής νοημοσύνης μέχρι σήμερα:

  • πώς χρησιμοποιείται η λέξη
  • συχνότητα χρήσης
  • χρησιμοποιείται πιο συχνά στον προφορικό ή γραπτό λόγο
  • επιλογές μετάφρασης λέξεων
  • παραδείγματα χρήσης (πολλές φράσεις με μετάφραση)
  • ετυμολογία

data compression protocol - translation to Αγγλικά

DATA COMPRESSION APPROACH THAT RESULTS IN LOSS OR CHANGE OF SOME DATA
Lossy; Lossy encoding; Lossy data compression; Data compression/lossy; List of lossy compression methods; Irreversible compression

data compression protocol      
gegevens compressie protocol, standaard voor compressie van gegevens bij het uitwisselen van informatie tussen computers
lossy compression         
compressie met verlies, compressie van grafische gegevens waarbij niet alle informatie bewaard wordt en de kwaliteit van de afbeelding wordt beschadigd alhoewel de verkleining zeer effectief is
compression program         
  • Comparison of [[spectrogram]]s of audio in an uncompressed format and several lossy formats. The lossy spectrograms show [[bandlimiting]] of higher frequencies, a common technique associated with lossy audio compression.
  • Processing stages of a typical video encoder
  • [[MP3]], an example of a lossy file format compared to [[WAV]].
  • Solidyne 922: The world's first commercial audio bit compression [[sound card]] for PC, 1990
PROCESS OF ENCODING INFORMATION USING FEWER BITS THAN THE ORIGINAL REPRESENTATION
Multimedia compression; Data compression/multimedia compression; Video compression; Data compression algorithm; Compression algorithm; Uncompression; File compression; Data Compression; Block compression; Spatial compression; Temporal compression; Intelligent Compression; Transparent decompression; Compression algorithms; Datacompression; Source Coding; Bit-rate reduction; File compressing; Digital audio compression; Lossless audio compression; Compression program; Compression utility; Coding techniques; Source coding; Audio data compression; Lossless audio; Perceptual audio coding; Video Compression; Lossless Audio; Negabyte; Sound compression; Audio compression (data); Compression software; Decompression software; Compressed data; Video data compression; Video encoding; Encoding software; Data decompression; Lossy audio compression; Uncompressed; Compressed video; Compressed digital video; Digital video compression; Lossless video compression; Text compression; Genetic compression algorithm; Algorithms for lossless data compression; History of video compression; Perceptual audio coder; Compression techniques; Machine learning and data compression; History of audio compression
samengedrukt programma (een programma die de inhoud van een groep samenperst)

Ορισμός

lossy
<algorithm> A term describing a data compression algorithm which actually reduces the amount of information in the data, rather than just the number of bits used to represent that information. The lost information is usually removed because it is subjectively less important to the quality of the data (usually an image or sound) or because it can be recovered reasonably by interpolation from the remaining data. MPEG and JPEG are examples of lossy compression techniques. Opposite: lossless. (1995-03-29)

Βικιπαίδεια

Lossy compression

In information technology, lossy compression or irreversible compression is the class of data compression methods that uses inexact approximations and partial data discarding to represent the content. These techniques are used to reduce data size for storing, handling, and transmitting content. The different versions of the photo of the cat on this page show how higher degrees of approximation create coarser images as more details are removed. This is opposed to lossless data compression (reversible data compression) which does not degrade the data. The amount of data reduction possible using lossy compression is much higher than using lossless techniques.

Well-designed lossy compression technology often reduces file sizes significantly before degradation is noticed by the end-user. Even when noticeable by the user, further data reduction may be desirable (e.g., for real-time communication or to reduce transmission times or storage needs). The most widely used lossy compression algorithm is the discrete cosine transform (DCT), first published by Nasir Ahmed, T. Natarajan and K. R. Rao in 1974.

Lossy compression is most commonly used to compress multimedia data (audio, video, and images), especially in applications such as streaming media and internet telephony. By contrast, lossless compression is typically required for text and data files, such as bank records and text articles. It can be advantageous to make a master lossless file which can then be used to produce additional copies from. This allows one to avoid basing new compressed copies off of a lossy source file, which would yield additional artifacts and further unnecessary information loss.